home *** CD-ROM | disk | FTP | other *** search
- <?xml version='1.0'?>
- <!-- Copyright (C) 1995-2002 Jasc Software, Inc. and its licensors. -->
- <!-- All rights reserved. -->
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
- <xsl:template match="/">
- <HTML>
- <xsl:apply-templates />
- </HTML>
- </xsl:template>
-
- <xsl:template match="photos">
- <xsl:apply-templates />
- </xsl:template>
-
- <xsl:template match="album">
- <xsl:apply-templates select="imagelist" />
- </xsl:template>
-
- <xsl:template match="imagelist">
- <xsl:apply-templates select="imageinfo" />
- </xsl:template>
-
- <xsl:template match="imageinfo">
- <xsl:element name="ixfile"><xsl:attribute name="fname"><xsl:value-of select="html_info/@fname" /></xsl:attribute>
- <head>
-
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <meta name="copyright" content="Copyright (C) 1995-2002 Jasc Software, Inc. and its licensors. All rights reserved."/>
-
- </head>
-
- <BODY bgcolor="#000000" alink="ff0000" vlink="ff0000" text="#ff0000">
- <div align="center">
- <table border="5" cellspacing="5" cellpadding="5" bordercolor="#ff0000" bgcolor="ffffff">
- <tr>
- <td>
- <div align="center">
- <table border="0" cellspacing="1" cellpadding="1">
- <tr>
- <td>
- <div align="center"><font face="Arial, Helvetica, sans-serif" size="4" ><xsl:value-of select="title"/><BR kludge=""/>
- <img border="2" hspace="20" vspace="10">
- <xsl:attribute name="src">
- <xsl:value-of select="@fname" />
- </xsl:attribute><xsl:attribute name="width"><xsl:value-of select="imagesize/@width"/></xsl:attribute>
- <xsl:attribute name="height"><xsl:value-of select="imagesize/@height"/></xsl:attribute>
- <xsl:attribute name="alt"><xsl:value-of select="title"/></xsl:attribute></img><BR kludge=""/><a href="index.htm">Back</a></font></div></td>
- </tr>
- </table></div></td>
- </tr></table></div>
- </BODY>
- </xsl:element>
- </xsl:template>
-
-
- </xsl:stylesheet>
-